home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TCOUNTRYCODE / TCOUNTRYCODE.txt
Text File  |  1996-03-05  |  1KB  |  58 lines

  1. object CountryCode: TCountryCode
  2.   Left = 399
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Your Country'
  6.   ClientHeight = 125
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object CountryLabel: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 413
  21.     Height = 25
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.   end
  25.   object Label1: TLabel
  26.     Left = 36
  27.     Top = 96
  28.     Width = 349
  29.     Height = 21
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'This message will not appear again.'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object ChangeCountry: TButton
  40.     Left = 4
  41.     Top = 52
  42.     Width = 209
  43.     Height = 33
  44.     Caption = '&Change Country Now'
  45.     TabOrder = 0
  46.     OnClick = ChangeCountryClick
  47.   end
  48.   object LeaveCountry: TButton
  49.     Left = 216
  50.     Top = 52
  51.     Width = 209
  52.     Height = 33
  53.     Caption = '&Leave Country As Is'
  54.     TabOrder = 1
  55.     OnClick = LeaveCountryClick
  56.   end
  57. end
  58.